home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / UNIX / PASCAL / PTOC / README < prev   
Text File  |  1992-11-23  |  1KB  |  43 lines

  1. Setting up the Pascal to C translator.
  2.  
  3. The translator is a single huge Pascal program. If you are working on a UNIX
  4. system that has a Pascal compiler what you need to do is to unpack and
  5. concatenate the four parts forming the translator sourcecode, "ptc.p",
  6. unpack the "makefile", say "make ptc" and take a break.
  7.  
  8. If you are on a non-UNIX system proceed with discretion.
  9.  
  10. If compilation fails due to the program size you may consider attacking the C
  11. version, "ptc.c", if this too is too large to compile you may as well give up.
  12. If it fails to compile or run for other reasons you may try to contact me.
  13.  
  14. When/if the ptc program is created you may try saying "make tests", this should
  15. not produce any output at all. If it does it means that ptc obtained from ptc.p
  16. differed in behaviour from cptc obtained from ptc.c obtained from ptc.p. In that
  17. case your Pascal and/or C compilers depart seriously from the ones availible to
  18. the author, this may imply a bug in ptc.
  19.  
  20. Read the section "Tuning" in the implementation notes and do what you believe
  21. is appropriate for your installation; recompile and install binary and man-page
  22. as necessary.
  23.  
  24. Send vitriolic comments to /dev/null;
  25. checks, constructive critisism and bug-reports to the address below.
  26.  
  27.  
  28. Sincerely,
  29.  
  30.     Per Bergsten
  31.  
  32. Email:    perb%holtec.uucp@chalmers.csnet
  33.     ... mcvax!enea!chalmers!holtec!perb
  34. aka:    bergsten@chalmers
  35.  
  36. Smail:    Holistic Technology AB
  37.     Grona Gatan 59
  38.     414 54 Gothenburg
  39.     Sweden
  40.  
  41. Fax:    +46 31 247456
  42.  
  43.